alibabacloud-pai-eas-service-deploy
Installation
SKILL.md
PAI-EAS Service Deployment
β οΈ TOP RULES (read first)
1. π΄ NO DUPLICATE SERVICE NAMES π΄
If a service with the target name already exists: STOP and inform the user. Do NOT delete and recreate. Do NOT reuse it either.
2. Mandatory API Calls β Execute ALL of these in order:
| # | API | CLI | Purpose |
|---|---|---|---|
| 1 | ListImages | aliyun aiworkspace list-images |
Validate image |
| 2 | describe-machine-spec | aliyun eas describe-machine-spec |
Validate GPU type |
| 3 | create-service | aliyun eas create-service |
Create service |
| 4 | describe-service | aliyun eas describe-service |
Check status (once) |
| 5 | describe-service-endpoints | aliyun eas describe-service-endpoints |
Get endpoints |