Storm docs logo
Search the docs.../
Explore Storm Products

Transcode Task Shutdown

Shuts down a running transcoding task.

Request

PropertyValue
MethodPOST
URL/api/transcode/task/{taskId}
Content-Typeapplication/json
AuthenticationBearer Token
Request
Code iconbash
curl -X POST "{BASE_URL}/api/transcode/task/{taskId}" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"key": "value"}'

Request Body

ParameterTypeRequiredDescription
data.commandstringYesCommand to execute ("shutdown")
Request Body
Code iconjson
{
  "data": {
    "command": "shutdown"
  }
}

Path Parameters

ParameterTypeRequiredDescription
taskIdstringYesUnique identifier of the task
Request
Code iconbash
curl -X POST "{BASE_URL}/api/transcode/task/{taskId}" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json"

Response Body

Task Object

Metadata

ParameterTypeDescription
meta.executionTimeintegerRequest processing time in milliseconds
meta.generatedAtintegerResponse generation timestamp (Unix timestamp in ms)
Successful Response (200)
Code iconjson

Error Responses

Task Not Found (404)

ParameterTypeDescription
messagestringHuman-readable error message
Code iconjson
{
  "message": "Transcode Task Entity not found"
}
Support Needed?

Create a free ticket and our support team will provide you necessary assistance.

Blog
Support
About us
Patents
Term of use
Privacy policy
Contact
©2026 Storm Streaming Media. All Rights Reserved.