Close
Toolcog home
toolcog
github
Search
⌘
+
K
Command Palette
Search for a command to run...
Search Toolcog
Sign In
API
Operations
Auth Schemes
Overrides
Intents
Targets
API
Operations
Auth Schemes
Overrides
Intents
Targets
Operations
API endpoints available to AI agents
All methods
All methods
GET
POST
DELETE
PUT
PATCH
Delete a GitHub Actions cache for a repository (using a cache ID)
Authenticated
actions/delete-actions-cache-by-id
DELETE/repos/{owner}/{repo}/actions/caches/{cache_id}
actions
Delete GitHub Actions caches for a repository (using a cache key)
Authenticated
actions/delete-actions-cache-by-key
DELETE/repos/{owner}/{repo}/actions/caches
actions
Delete an artifact
Authenticated
actions/delete-artifact
DELETE/repos/{owner}/{repo}/actions/artifacts/{artifact_id}
actions
Delete a custom image from the organization
Authenticated
actions/delete-custom-image-from-org
DELETE/orgs/{org}/actions/hosted-runners/images/custom/{image_definition_id}
actions
Delete an image version of custom image from the organization
Authenticated
actions/delete-custom-image-version-from-org
DELETE/orgs/{org}/actions/hosted-runners/images/custom/{image_definition_id}/versions/{version}
actions
Delete an environment secret
Authenticated
actions/delete-environment-secret
DELETE/repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}
actions
Delete an environment variable
Authenticated
actions/delete-environment-variable
DELETE/repos/{owner}/{repo}/environments/{environment_name}/variables/{name}
actions
Delete a GitHub-hosted runner for an organization
Authenticated
actions/delete-hosted-runner-for-org
DELETE/orgs/{org}/actions/hosted-runners/{hosted_runner_id}
actions
Delete an organization secret
Authenticated
actions/delete-org-secret
DELETE/orgs/{org}/actions/secrets/{secret_name}
actions
Delete an organization variable
Authenticated
actions/delete-org-variable
DELETE/orgs/{org}/actions/variables/{name}
actions
Delete a repository secret
Authenticated
actions/delete-repo-secret
DELETE/repos/{owner}/{repo}/actions/secrets/{secret_name}
actions
Delete a repository variable
Authenticated
actions/delete-repo-variable
DELETE/repos/{owner}/{repo}/actions/variables/{name}
actions
Delete a self-hosted runner from an organization
Authenticated
actions/delete-self-hosted-runner-from-org
DELETE/orgs/{org}/actions/runners/{runner_id}
actions
Delete a self-hosted runner from a repository
Authenticated
actions/delete-self-hosted-runner-from-repo
DELETE/repos/{owner}/{repo}/actions/runners/{runner_id}
actions
Delete a self-hosted runner group from an organization
Authenticated
actions/delete-self-hosted-runner-group-from-org
DELETE/orgs/{org}/actions/runner-groups/{runner_group_id}
actions
Delete a workflow run
Authenticated
actions/delete-workflow-run
DELETE/repos/{owner}/{repo}/actions/runs/{run_id}
actions
Delete workflow run logs
Authenticated
actions/delete-workflow-run-logs
DELETE/repos/{owner}/{repo}/actions/runs/{run_id}/logs
actions
Disable a selected repository for GitHub Actions in an organization
Authenticated
actions/disable-selected-repository-github-actions-organization
DELETE/orgs/{org}/actions/permissions/repositories/{repository_id}
actions
Remove a repository from the list of repositories allowed to use self-hosted runners in an organization
Authenticated
actions/disable-selected-repository-self-hosted-runners-organization
DELETE/orgs/{org}/actions/permissions/self-hosted-runners/repositories/{repository_id}
actions
Remove all custom labels from a self-hosted runner for an organization
Authenticated
actions/remove-all-custom-labels-from-self-hosted-runner-for-org
DELETE/orgs/{org}/actions/runners/{runner_id}/labels
actions
1
2
More pages
9
Next