For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationCommand referenceRelease notes
DocumentationCommand referenceRelease notes
  • Itential Automation Gateway
    • Overview
    • Execution engine
    • Concepts
    • Feature comparison
    • IAG secret store
      • Overview
      • Create an executable object
      • Manage executable objects
      • Use executable objects with services
    • Inventory Manager
LogoLogo
Open sourceSupportFAQsDocs Home
On this page
  • View executable objects
  • View all executable objects
  • View details of a specific executable object
  • Delete an executable object
Itential Automation GatewayExecutable objects and services

Manage executable objects

Was this page helpful?
Previous

Use executable objects with gateway services

Next
Built with

After you create executable objects, you can view, update, and delete them as your system requirements change.

View executable objects

You can view all executable objects or get details about a specific executable object.

View all executable objects

Use the iagctl get executable-objects command to see all executable objects in your system.

Syntax:

$iagctl get executable-objects

View details of a specific executable object

Use the iagctl describe executable-object command to view the configuration details of a specific executable object.

Syntax:

$iagctl describe executable-object <name>

Example:

$iagctl describe executable-object python311-standard

This command displays the executable object’s configuration, including:

  • Executable command path
  • Description
  • Tags

Delete an executable object

You can delete an executable object when you no longer need it.

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 <name>

Example:

$iagctl delete executable-object python311-standard