Python
Everywhere Inference
Stop inference deployment
This operation shuts down an inference deployment, making it unavailable for handling requests. The deployment will scale down to 0 replicas, overriding any minimum replica settings.
- Once stopped, the deployment will not process any inference requests or SQS messages.
- It will not restart automatically and must be started manually.
- While stopped, the deployment will not incur any charges.
POST
Python
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-915.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
Example:
1
Inference instance name.
Example:
"my-instance"
Response
204
No Content