Cancel an Inference Endpoint Job
Inference Endpoints
Cancel an Inference Endpoint Job
Cancels an inference endpoint job.
DELETE
Cancel an Inference Endpoint Job
Last Updated: July 1, 2025Documentation Index
Fetch the complete documentation index at: https://docs.salad.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Your organization name. This identifies the billing context for the API operation and represents a security boundary for SaladCloud resources. The organization must be created before using the API, and you must be a member of the organization. The organization name.
Required string length:
2 - 63Pattern:
^[a-z][a-z0-9-]{0,61}[a-z0-9]$Example:
"acme-corp"
The inference endpoint name.
Required string length:
2 - 63Pattern:
^[a-z][a-z0-9-]{0,61}[a-z0-9]$Example:
"transcribe"
The inference endpoint job identifier.
Example:
"2fc459a1-1c09-4a34-ade7-54d03fc51d6a"
Response
Accepted