Help Center/ ModelArts/ FAQs/ Model Training/ Which Environment Variables Are Protected When Creating a Debug Training Job?
Updated on 2026-07-02 GMT+08:00
Which Environment Variables Are Protected When Creating a Debug Training Job?
Constraints on Custom Environment Variables
- Variables starting with MA_
- Purpose: Used internally by ModelArts for managing service configuration, resource allocation, and other core functions.
- Constraints: You must not set these manually. Modifying them may cause service initialization failures or unexpected behavior.
- Specific key variables
- ENABLE_HTTPS
- Purpose: Controls whether the service uses HTTP or HTTPS. This is managed automatically by the platform.
- Constraints: Manually setting this variable triggers security validation and may cause initialization errors.
- ENABLE_HTTPS
Solution
- Check your custom image: Remove any MA_‑prefixed variables or ENABLE_HTTPS settings from the Dockerfile or build scripts.
- Check your job configuration: Remove related environment variable settings from the console or API configuration.
- Create a new job: Save the updated configuration and recreate the training job.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot