GitLab · Arazzo Workflow
GitLab Retire an Instance-Level CI Variable
Version 1.0.0
Confirm an instance CI variable exists, then delete it.
Provider
Workflows
retire-instance-ci-variable
Delete an instance-level CI/CD variable after confirming it exists.
Reads the instance variable by key; on 200 it deletes the variable, and on 404 it ends because there is nothing to retire.
1
getVariable
getApiV4AdminCiVariablesKey
Read the instance variable by key to confirm it exists before deleting.
2
deleteVariable
deleteApiV4AdminCiVariablesKey
Delete the confirmed instance-level variable.