Archive a Pipeline
- PUT /api/v1.2/pipelines/<pipeline_id>/archive
Use this API to archive a streaming pipeline. The streaming pipeline must be in inactive state.
Required Role
The following users can make this API call:
Users who belong to the system-user or system-admin group.
Users who belong to a group associated with a role that allows submitting a command.
Users who belong to a role that allows the Pipelines resource.
See Managing Groups and Managing Roles for more information.
Request API Syntax
curl -i -X PUT https://api.qubole.com/api/v1.2/pipelines/<pipeline_id>/archive -H "X-AUTH-TOKEN: $AUTH_TOKEN" -H "Content-Type: application/json" -H "Accept: application/json"
Sample API Request
curl -i -X PUT https://api.qubole.com/api/v1.2/pipelines/39/archive -H "X-AUTH-TOKEN: $AUTH_TOKEN" -H "Content-Type: application/json" -H "Accept: application/json"