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" }
API Key를 Bearer 토큰으로 전달합니다. 프로젝트 개요의 API 키 메뉴에서 생성할 수 있습니다.
엔드포인트 고유 ID
엔드포인트 중지 결과
"51c910f7-ecde-4c6c-88f8-d8e37ca9d598"
작업 후 활성 상태
true
결과 메시지
"Endpoint started successfully"