Platform Operations/Platforms
POSTPlatformSince 1.0SynchronousAuth Required
PauseSync
Pause an existing sync scheduler without deleting its interval or resource configuration. Paused sync configs remain paused after service restart until ResumeSync is called.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredUUID of the sync configuration to pause
Responses
Endpoint
POST/api/v1/platforms/sync/{uuid}/pause
/api/v1/platforms/sync/{uuid}/pause
Request Example
curl -X POST '{host}/api/v1/platforms/sync/{uuid}/pause' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{
"message": "Sync configuration paused successfully"
}Change History
This API has no change history records yet.
