Skip to content

Manually end an active profiler session.

POST/api/{version}/logs/query/profiler/{session_name}/actions/end
NameDescription
Acceptapplication/json (default)
NameDescription
{session_name}The name of the session to end.
curl -X POST -H "Authorization: {SESSION_ID}" \ https://{vault_dns}/api/v26.2/logs/query/profiler/test_session__c/actions/end
{ "responseStatus": "SUCCESS" }