Sign up and get started with Confidence today! Create your account
Executes the archive action
cURL
curl --request POST \ --url https://experiments.confidence.dev/v1/workflows/rollout/instances/{instance}:archive \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "transitionTime": {} } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Time when the transition should occur.
OK
The response is of type object.
object
Was this page helpful?