Job Scripts
Scripts are where you define what runs on the cluster. Each script has a name, a description, an owner, and one or more files. One file is the entrypoint — what actually executes. The rest are support files: configs, modules, data, sub-scripts.
You can create a script from scratch, clone an existing one, render one from a template, or submit it directly to the cluster.
Next steps
- Creating a Job Script — create, upload files, use the built-in editor
- Managing Job Scripts — clone, archive, restore, delete, bulk operations
- Reference — fields, file classes, limits, API endpoints