Skip to main content



Restart a Fold Experiment

Restart a fold experiment

POST /cloud/restartFoldExperiment

Implementation Notes

Restart the execution of a cancelled fold experiment in a specific instance. If you don't specify the instance version we'll take the current version.

Parameters

ParameterDescriptionParameter TypeData Type
instanceNameName of the instance. Alphanumeric string: [A-Za-z0-9-_]+.formstring
versionVersion of the instance. A string Vx where x is an integer greater than 0 and represent the number of version.formstring
experimentNameExperiment folder name. Alphanumeric string: [A-Za-z0-9-_]+.formstring
useruser's authenticationheader (authorization)basic authentication