Deployments
Get model deployment download URL
Gets a presigned URL to download the truss tar file for a deployment.
GET
cURL
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Response
200 - application/json
The response to a request to download a deployment's truss.
Presigned URL to download the truss tar file
Previous
Delete deploymentDeletes a model's deployment by ID and returns the tombstone of the deployment.
Next
cURL