Your submission was sent successfully! Close

Thank you for contacting us. A member of our team will be in touch shortly. Close

You have successfully unsubscribed! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates about Ubuntu and upcoming events where you can meet our team.Close

How to Use Patch Cut-off Date

See our explanation to understand the patch cut-off date feature.

Checking the cut-off date

To check the cut-off date, run the following command:

$ sudo canonical-livepatch config cutoff-date --format yaml
cutoff-date: "2024-02-01T00:00:00Z"

$ sudo canonical-livepatch config cutoff-date --format json
{"cutoff-date": "2024-02-01T00:00:00Z"}

Enabling or disabling the cut-off date

To enable the cut-off date, run the following command:

sudo canonical-livepatch config cutoff-date="2024-10-01T12:00:00Z"

The argument to cutoff-date should be in the RFC3339 format. Only times in the past can be set as the cut-off date.

To disable the cut-off date, run the following command:

sudo canonical-livepatch config cutoff-date=""

This page was last modified 23 days ago. Help improve this document in the forum.