get_deployment
Retrieve detailed information about a specific ZenML deployment, including its runtime status, URL, and metadata, to monitor and manage what's currently serving or provisioned.
Instructions
Get detailed information about a specific deployment.
Deployments represent the runtime state of what's currently serving/provisioned,
including status, URL, and metadata. They tie back to snapshots.
Args:
name_id_or_prefix: The name, ID or prefix of the deployment to retrieve
project: Optional project scope (defaults to active project)
hydrate: Whether to hydrate the response with additional details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name_id_or_prefix | Yes | ||
| project | No | ||
| hydrate | No |