List your Replicate deployments
replicate_list_deploymentsList private autoscaled deployments on your Replicate account, including model, hardware, and instance limits. Specify a limit to control the number of results.
Instructions
List the deployments on the authenticated Replicate account. A deployment is a private, autoscaled endpoint pinned to a specific model + hardware.
Args:
limit (1-100, default 20): How many deployments to return.
Returns structuredContent: { count: number, deployments: DeploymentSummary[] }. Each DeploymentSummary has owner, name, and current_release { model, version, hardware, min_instances, max_instances }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of deployments to return (1–100). Default 20. |