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
        • Overview
        • Create an executable service
        • Run an executable service
        • Manage executable services
    • Inventory Manager
LogoLogo
Open sourceSupportFAQsDocs Home
On this page
  • View executable services
  • View all executable services
  • View details of a specific executable service
  • Delete an executable service
Itential Automation GatewayExecutable objects and servicesExecutable services

Manage executable services

Was this page helpful?
Previous
Built with

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

View executable services

You can view all executable services or get details about a specific service.

View all executable services

Syntax:

$iagctl get service executable

View details of a specific executable service

Syntax:

$iagctl describe service executable <service-name>

Example:

$iagctl describe service executable simple-executable

This command displays the service configuration, including:

  • Executable object reference
  • Repository name
  • Working directory
  • Filename
  • Argument format
  • Description (if configured)

Delete an executable service

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

Deleting a service does not delete the executable object it references or the repository that contains the script.

Syntax:

$iagctl delete service executable <service-name>

Example:

$iagctl delete service executable simple-executable