cURL
curl --request DELETE \ --url https://api.lyceum.technology/api/v2/external/inference/stop \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "deployment_id": "<string>" } '
{ "deployment_id": "<string>", "status": "<string>" }
Pass an API key (prefixed lk_) or a JWT access token as a bearer token. Generate API keys in the dashboard at https://dashboard.lyceum.technology/api-keys.
lk_
Request body for DELETE /api/v2/external/inference/stop.
Deployment to stop
Successful Response
Response body for DELETE /api/v2/external/inference/stop.
stopping' — stopping is in progress