object_delete
Delete an IC-CAP object irreversibly by providing its path. To avoid deleting the wrong object when names collide, set object_type to target the intended type.
Instructions
Delete an IC-CAP object. Irreversible. Use object_type to disambiguate when Transform and Plot share the same name (e.g., object_type='Plot' to delete the Plot instead of the Transform).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_path | Yes | e.g. '/model/dut/setup/obj_name' | |
| object_type | No | Optional. Specify when multiple objects share the same name (e.g., Transform and Plot both named 'ft'). | |
| allow_without_checkpoint | No | Proceed only if the automatic pre-delete model save fails; use with care |