glab-deploy-key-delete - Man Page

Deletes a single deploy key specified by the ID.

Synopsis

glab deploy-key delete Ā [flags]

Description

Deletes a single deploy key specified by the ID.

Options Inherited from Parent Commands

--help[=false] Show help for this command.

-R,  --repo="" Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO
format. Also accepts full URL or Git URL.

Example

# Delete SSH key with ID as argument
$ glab deploy-key delete 1234

See Also

glab-deploy-key(1)

Referenced By

glab-deploy-key(1).

Jul 2025 Auto generated by spf13/cobra