Restart Streaming Endpoint – Media API – MediaKind

Restart Streaming Endpoint

post https://app.mk.io/api/v1/projects/:project_name/media/streamingEndpoints/:endpoint_name/restart

Restarts the streaming endpoint without service interruption. This operation has the effect of purging cache data in the streaming endpoint.

RBAC Capability Required: ams.streamingendpoint.restart

Authentication

Authorization Bearer

Bearer authentication of the form Bearer <token> where token is your auth token.

Path parameters

Response

200 OK. The request has succeeded.

No response body.

Errors

400 Bad Request

401 Unauthorized

403 Forbidden

404 Not Found

429 Too Many Requests

500 Internal Server Error