Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Archive a pipeline, hiding it from the default list.
Python
import requests url = "https://www.datalab.to/api/v1/pipelines/{pipeline_id}/archive" headers = {"X-API-Key": "<api-key>"} response = requests.post(url, headers=headers) print(response.text)
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response
Was this page helpful?