Inspect a Replicate deployment
replicate_get_deploymentRetrieve the configuration of a Replicate deployment, including its model version, hardware, and autoscaling min/max instances.
Instructions
Get the configuration of one deployment: its current model + version, hardware, and autoscaling min/max instances.
Args:
deployment: "owner/name" of the deployment.
Returns structuredContent: DeploymentSummary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deployment | Yes | Deployment identifier as "owner/name". |