Advanced Settings
Explore advanced features like reusable job templates, SSH key management, and cost tracking for better control over your resources in AI-Stack.
Job Templates
Job templates allow you to pre-define job configurations, making it easier to schedule and run jobs quickly with consistent settings.
Create Job Template
To create a job template:
Navigate to 【Advanced Settings】 > 【Job Templates】 in the left sidebar.
Click the ➕ icon (top-left) to open the Create Job Template page.
Fill in the following:
Template Name
GPU Type and Number of GPUs
Hardware Specifications
Container Image
Command to run
Click [Next Step | Advanced Settings].
If no advanced settings are needed, click [Next Step | Create] instead.
On the summary page, review the details and click [Create].

✅ After successful creation, you’ll be redirected to the Job Templates page.
Run a Job Template
To run a job from a saved template:
Go to 【Job Templates】, select a template by checking the box.
Click [Run Job] at the top.
You’ll be redirected to the Create Job page pre-filled with the template’s settings.
The job name will be auto-generated (e.g.,
TemplateName-001
), but you can rename it.
Click [Next Step | Advanced Settings].
Or, skip to [Next Step | Create] if advanced settings are not required.
Confirm the details and click [Create].

📋 The job will appear in 【Job List】 with the status [Job Creating] and start automatically.
Key Pairs
Key pairs are used for secure SSH access when deploying machine learning services.
Create Key Pair
Go to 【Advanced Settings】 > 【Key Pairs】.
Click the ➕ icon (top-left) to create a new key pair.
Download the private key to your computer.

⚠️ Important: Keep the private key safe. If it’s lost, it cannot be recovered and a new key must be created.
Import Key Pair
To use an existing SSH key:
Click [Import].
Provide a name and paste the public key.

🔐 Only public keys are accepted for security reasons.
Delete Key Pair
Select the key pair you wish to delete.
Click the 🗑️ icon.
Confirm the deletion in the dialog box.
⚠️ Deleting a key pair will remove access to services using that key.
Cost Center
Track project-based costs based on container usage.
How It Works:
Costs are calculated using:
nginxCopyEditUsage Hours × Hourly Rate (based on MLS spec)

🛠️ Note: Hourly rates and MLS specifications must be set by admins via the admin interface.
Last updated