Reset the TTL of an existing pipeline
POST /pipeline/reset-ttl
POST
/pipeline/reset-ttl
Resets the TTL of an existing pipeline as specified, if one has been specified in the /create endpoint before. Resetting the TTL means that the TTL-related timeout will start counting from zero seconds again, thus keeping the pipeline alive for longer.
Authorizations
Request Body required
Body for the reset-ttl endpoint
object
ids
required
The id of pipelines whose TTL should be updated.
Array<string>
[ 7, 1, 3]
Responses
200
Success.
object
ids
The id of pipelines whose TTL has been successfully updated.
Array<string>
[ 7, 1]
400
Invalid arguments.
object
error
required
The error message.
string
Invalid arguments