Manage executable services

Prev Next

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.

Note

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