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.
Important
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