Skip to content
POST
/pipeline/reset-ttl

Resets the TTL for existing pipelines that were created with a TTL. Resetting the TTL restarts the TTL timer from zero seconds and keeps the pipelines alive longer.

Body for the reset-ttl endpoint

object
ids
required

The id of pipelines whose TTL should be updated.

Array<string>
Example
[
"4c7f2b11-6169-4d1b-89b4-4fc0a68b3d4a",
"08446737-da9b-4787-8599-97d85c48c3bb",
"interactive-query"
]

The TTL was reset for the returned pipeline IDs.

object
ids

The id of pipelines whose TTL has been successfully updated.

Array<string>
Example
[
"4c7f2b11-6169-4d1b-89b4-4fc0a68b3d4a",
"interactive-query"
]

Invalid arguments.

object
error
required

The error message.

string
Example
Invalid arguments