[ Web Proxy ]
URL:
Viewing: https://docs.digitalocean.com/reference/terraform/reference/data-sources/dedicated_inference/ [Back]  [Original]

digitalocean_dedicated_inference | DigitalOcean Documentation

For AI agents: The documentation index is at https://docs.digitalocean.com/llms.txt. Markdown versions of pages use the same URL with index.html.md in place of the HTML page (for example, append index.html.md to the directory path instead of opening the HTML document).

digitalocean_dedicated_inference

Generated on 18 Aug 2026 from Terraform version v2.100.0

Copy page as Markdown View page as Markdown

Get information on a dedicated inference endpoint for use in other resources. This data source provides all of the endpoint’s properties as configured on your DigitalOcean account.

Example Usage

data "digitalocean_dedicated_inference" "example" {
  id = "endpoint-id"
}

output "endpoint_status" {
  value = data.digitalocean_dedicated_inference.example.status
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

In this article...


We can't find any results for your search.

Try using different keywords or simplifying your search terms.


Web Proxy Viewer  |  New URL  |  Original Page