Reset process configuration
A quick guide on how to reset process configuration to default by ID, using the Alphamoon API
To reset process configuration via API, a user needs to get the process_id from one of the following sources:
Get processes endpoint
Create process endpoint
URL e.g. https://workspace.alphamoon.ai/queue/2080d36bf94c4147b2e543104342fc2f
Use the following endpoint to reset the process configuration to default:
Reset process configuration to default by ID
POST
/api/v0.3/processes/{process_id}/config/reset
Path parameters
Name | Type | Description |
---|---|---|
process-id* | String | The ID of the process |
See the example:
See next:
Last updated