메인 콘텐츠로 건너뛰기
POST
/
stop
/
{kickoff_id}
실행 중지
curl --request POST \
  --url https://your-actual-crew-name.crewai.com/stop/{kickoff_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "stopped",
  "kickoffId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://crewai-docs-stop-execution-endpoint.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

인증

Authorization
string
header
필수

📋 참고 - 예시의 토큰은 자리 표시자입니다. 실제 토큰을 사용하세요.

경로 매개변수

kickoff_id
string<uuid>
필수

응답

실행을 성공적으로 중지

status
enum<string>
사용 가능한 옵션:
stopped
kickoffId
string