HPC CONFIG DELETE¶
Deletes a saved HPC configuration for the active user, resolved by id or name. Returns the deleted configuration object and a status message.
When to use¶
Tagged: config_delete, hpc, hpc_config, job_submission, settings.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| HPC Setting | hpc_setting_id | remote_lookup | — | ✓ | Reference to the saved HPC configuration to delete; select from the registered HPC settings list (remote_lookup_hpc_settings). Accepts a config id or name. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Deleted HPC Config | deleted_config | object | The HPC configuration JSON object that was removed. |
| Status Message | status_message | text | Human-readable confirmation of the deletion (name and id). |
Disciplines¶
- platform.hpc_config
Auto-generated from platform schema. Worker id: hpc_config_delete. Schema hash: cd50338a5fec. Hand-curated docs in workerexamples/ override this page when present.