FlowDrop Docs
API referencePlayground

Stop playground execution

Stop the currently running execution in the playground session. This cancels any pending workflow operations.

POST
/playground/sessions/{sessionId}/stop

Authorization

AuthorizationBearer <token>

JWT token for authentication

In: header

Path Parameters

sessionId*string

Playground session UUID

Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/playground/sessions/497f6eca-6276-4993-bfeb-53cbbbba6f08/stop"
{  "success": true,  "message": "Execution stopped"}