Activate
Activate production deployment
Activates an inactive production deployment and returns the activation status.
POST
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.
Path Parameters
Response
200 - application/json
The response to a request to activate a deployment.
Whether the deployment was successfully activated
Previous
EnvironmentDeactivates a deployment associated with an environment and returns the deactivation status.
Next
cURL