> For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://docs.itential.com/itential-gateway/5/iagctl/delete-executable-object/llms.txt. > For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server. # iagctl delete executable-object Delete an executable object. Use this command to delete an executable object from the gateway. For more information, see [Manage executable objects](../manage-executable-objects). You can't undo delete operations. Before you delete an executable object, verify that no services reference it. If services use the executable object, they will fail when you delete it. ## Syntax ``` iagctl delete executable-object [flags] ``` ## Examples ### Delete an executable object Deletes an executable object called `py-312`. ```bash iagctl delete executable-object py-312 ``` ## Options ``` -h, --help help for executable-object ``` ## Options inherited from parent commands ``` --config string Specify the path to the configuration file --profile string Specify the client profile to use (case-insensitive, defaults to [client] section) --raw Displays the result of the command in its raw format --verbose Enable verbose output ```