Skip to main content

CREATE

Create a new model deployment from a JSON request body.
Options

DELETE

Delete a deployment by ID.
Arguments Options

ENDPOINT

Print the inference endpoint, model path, and a runnable curl snippet.
Arguments Options

GENERATE-TEMPLATE

Print a ready-to-edit CreateDeploymentRequest body for the given deployment type.
Options

GET

Get a deployment by ID.
Arguments Options

INVOKE

Run one inference call against a deployment and print the reply.
Arguments Options

IS-READY

Check whether a deployment has an active replica available to serve inference.
Arguments Options

LIST

List deployments in the project.
Options

LOGS DELETE

Delete inference log entries for a deployment, optionally scoped to a time range.
Arguments Options

LOGS EXPORT

Export a time range of inference logs into a new or existing dataset.
Arguments Options

LOGS GET

Get a single inference log entry by ID, including the full request/response.
Arguments Options

LOGS LIST

List inference log entries for a deployment.
Arguments Options

SUPPORTED-MODELS

List the models this project can deploy, before create/generate-template.
Options

UPDATE

Update a deployment by ID.
Arguments Options

WAKE-UP

Send a dummy request to scale a provider-idled deployment back up.
Arguments Options