Jump toUpdate content
Changing the rescue mode of your Instance
Reviewed on 16 June 2023 • Published on 04 May 2023
The previous Instances rescue mode, which relied on bootscripts, will be discontinued by May 31, 2023. To ensure that your Instances operate correctly, make sure to switch them to either local boot or the new rescue mode before this deadline.
Security & Identity (IAM):
You may need certain IAM permissions to carry out some actions described on this page. This means:
- you are the Owner of the Scaleway Organization in which the actions will be carried out, or
- you are an IAM user of the Organization, with a policy granting you the necessary permission sets
Requirements:
- You have an account and are logged into the Scaleway console
- You have an Instance using the previous (bootscript-based) rescue mode
- You have generated an API key to update rescue mode via the Scaleway API
Updating rescue mode from the Scaleway console
- Click Instances in the Compute section of the side menu in the console. The list of your Instances displays.
- Click the name of the Instance that is using the previous rescue mode. The Instance overview displays.
- Stop the Instance if it is currently running by using the top right toggle of the Instances overview page.
- Click the Advanced settings tab.
- Scroll to the Boot mode section and change the boot mode of your Instance to local boot.
- Power the Instance on again by using the toggle.
Tip:
If you want to utilize rescue mode again, change the boot type back to rescue mode to reboot the Instance using the latest rescue mode.
Updating rescue mode using the Scaleway API
- List the Instances of your Project(s).
- Filter the returned Instances to keep only the ones with
boot_type: "rescue"
. - Stop the Instances
- Update the Instances and set
boot_type: "local"
Tip:
If you still want to use rescue mode for your Instance(s), update these Instances again and switch back the boot_type
to “rescue”. They will then use the updated rescue system.