cURL
curl --request POST \ --url https://external.aieev.cloud:5007/external/api/v1/endpoints/{endpoint_id}/stop \ --header 'Authorization: Bearer <token>'
200
stopped
{ "endpoint_id": "51c910f7-ecde-4c6c-88f8-d8e37ca9d598", "is_active": false, "message": "Endpoint stopped successfully" }
Pass your API key as a Bearer token. Create API keys in the project overview.
Unique endpoint ID.
Stop result.
"51c910f7-ecde-4c6c-88f8-d8e37ca9d598"
Active status after the operation.
true
Result message.
"Endpoint started successfully"