Skip to content

Delete jobs from a Sidekiq queue

DELETE
/api/v4/admin/sidekiq/queues/{queue_name}

Deletes jobs from a Sidekiq queue that match the specified metadata.

queue_name
required
string

The Sidekiq queue name

organization_id
string
nullable

Metadata key to match

user
string
nullable

Metadata key to match

user_id
string
nullable

Metadata key to match

gl_user_id
string
nullable

Metadata key to match

scoped_user
string
nullable

Metadata key to match

scoped_user_id
string
nullable

Metadata key to match

project
string
nullable

Metadata key to match

root_namespace
string
nullable

Metadata key to match

client_id
string
nullable

Metadata key to match

caller_id
string
nullable

Metadata key to match

remote_ip
string
nullable

Metadata key to match

job_id
string
nullable

Metadata key to match

pipeline_id
string
nullable

Metadata key to match

related_class
string
nullable

Metadata key to match

feature_category
string
nullable

Metadata key to match

artifact_size
string
nullable

Metadata key to match

artifact_used_cdn
string
nullable

Metadata key to match

artifacts_dependencies_size
string
nullable

Metadata key to match

artifacts_dependencies_count
string
nullable

Metadata key to match

root_caller_id
string
nullable

Metadata key to match

merge_action_status
string
nullable

Metadata key to match

bulk_import_entity_id
string
nullable

Metadata key to match

sidekiq_destination_shard_redis
string
nullable

Metadata key to match

kubernetes_agent_id
string
nullable

Metadata key to match

mvcc_manifest
string
nullable

Metadata key to match

subscription_plan
string
nullable

Metadata key to match

ai_resource
string
nullable

Metadata key to match

worker_class
string
nullable

Metadata key to match

No Content

Bad Request

Not Found