Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Managed Service for Trino
  • Getting started
    • All guides
      • Getting information on existing clusters
      • Creating a cluster
      • Updating a cluster
      • Trino version upgrade
      • Stopping and restarting a cluster
      • Connecting to a cluster
      • Managing cluster access
      • Maintenance
      • Managing resource groups
      • Deleting a cluster
  • Terraform reference
  • Quotas and limits
  • Access management
  • Pricing policy
  • Yandex Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • Getting a list of maintenance jobs
  • Getting cluster maintenance logs
  • Moving scheduled maintenance
  • Starting scheduled maintenance immediately
  • Configuring a maintenance window
  1. Step-by-step guides
  2. Clusters
  3. Maintenance

Trino cluster maintenance

Written by
Yandex Cloud
Updated at July 29, 2026
View in Markdown
  • Getting a list of maintenance jobs
  • Getting cluster maintenance logs
  • Moving scheduled maintenance
  • Starting scheduled maintenance immediately
  • Configuring a maintenance window

You can manage maintenance of a Yandex Managed Service for Trino cluster.

Getting a list of maintenance jobsGetting a list of maintenance jobs

Management console
  1. Open the folder dashboard.
  2. Navigate to Managed Service for Trino.
  3. Click the name of your cluster and select the Maintenance tab.

To view maintenance jobs with a specific status, click Status above the maintenance list and select the status you want from the drop-down menu. To find a specific maintenance job, enter its ID or task name in the field above the list of maintenance sessions.

Getting cluster maintenance logsGetting cluster maintenance logs

Management console
  1. Open the folder dashboard.
  2. Navigate to Managed Service for Trino.
  3. Click the name of your cluster and select the Maintenance tab.
  4. Click the ID of the maintenance job you need.
  5. Click Task logs.

Moving scheduled maintenanceMoving scheduled maintenance

Maintenance with the Planned status is scheduled for the date and time specified in the Start date column. You can reschedule them to a new date and time if needed.

To reschedule maintenance for a new date and time:

Management console
  1. Open the folder dashboard.
  2. Navigate to Managed Service for Trino.
  3. Click the name of your cluster and select the Maintenance tab.
  4. Click next to the maintenance with the Planned status.
  5. In the drop-down menu, select Postpone.
  6. In the window that opens:
    • To postpone the maintenance until the next available window, click Next window and then Reschedule.
    • To move a maintenance forward or backward to a specific UTC date and time, click Choose date (UTC), then select a new date and time and click Reschedule.

Starting scheduled maintenance immediatelyStarting scheduled maintenance immediately

If you need to, you can perform a maintenance with the Planned status immediately without waiting for the time specified in the Start date column.

To run a scheduled cluster maintenance job immediately:

Management console
  1. Open the folder dashboard.
  2. Navigate to Managed Service for Trino.
  3. Click the name of your cluster and select the Maintenance tab.
  4. Click next to the maintenance.
  5. In the drop-down menu, select Carry out now.

Configuring a maintenance windowConfiguring a maintenance window

By default, maintenance can be scheduled for any time. You can choose a specific day of the week and time interval to schedule maintenance. For example, you can choose the time when the cluster is least busy.

Management console
CLI
Terraform
REST API
gRPC API
  1. Open the folder dashboard.
  2. Navigate to Managed Service for Trino.
  3. Click the name of your cluster and select the Maintenance tab.
  4. Click Configure the maintenance window.
  5. In the window that opens:
    • To allow maintenance at any time, select At any time, which is also the default option.
    • To allow weekly maintenance at a specific time, select By schedule and specify the weekday and UTC time interval.

If you do not have the Yandex Cloud CLI yet, install and initialize it.

The folder used by default is the one specified when creating the CLI profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also specify a different folder for any command using --folder-name or --folder-id. If you access a resource by its name, the search will be limited to the default folder. If you access a resource by its ID, the search will be global, i.e., through all folders based on access permissions.

To change your maintenance window settings:

  1. View the description of the CLI command for updating a cluster:

    yc managed-trino cluster update --help
    
  2. Run this command:

    yc managed-trino cluster update <cluster_name_or_ID> \
      --deletion-protection \
      --maintenance-window type=<maintenance_type>,`
                          `day=<day_of_week>,`
                          `hour=<sequence_number_of_hour_interval>
    

    Where type is the maintenance type:

    • anytime: Any time (default).
    • weekly: On a schedule. For this value, also specify the following:
      • day: Day of week, i.e., MON, TUE, WED, THU, FRI, SAT, or SUN.

      • hour: Sequence number of UTC hour interval, from 1 to 24.

        For example, 1 stands for the interval from 00:00 to 01:00, and 5, from 04:00 to 05:00.

    You can get the cluster name and ID with the list of clusters in the folder.

  1. Open the current Terraform configuration file with the infrastructure plan.

    To learn how to create this file, refer to Creating a cluster.

  2. To change maintenance time (including for disabled clusters), add the maintenance_window section to the cluster description:

    resource "yandex_trino_cluster" "<cluster_name>" {
      ...
      maintenance_window = {
        type = <maintenance_type>
        day  = <day_of_week>
        hour = <sequence_number_of_hour_interval>
      }
      ...
    }
    

    Where:

    • type: Maintenance type. The possible values include:

      • ANYTIME: Any time.
      • WEEKLY: On a schedule.
    • day: Day of week for the WEEKLY type, i.e., MON, TUE, WED, THU, FRI, SAT, or SUN.

    • hour: Sequence number of UTC hour interval for the WEEKLY type, from 1 to 24.

      For example, 1 stands for the interval from 00:00 to 01:00, and 5, from 04:00 to 05:00.

    You can get the cluster name with the list of clusters in the folder.

  3. Make sure the settings are correct.

    1. In the command line, navigate to the directory that contains the current Terraform configuration files defining the infrastructure.

    2. Run this command:

      terraform validate
      

      Terraform will show any errors found in your configuration files.

  4. Confirm updating the resources.

    1. Run this command to view the planned changes:

      terraform plan
      

      If you described the configuration correctly, the terminal will display a list of the resources to update and their parameters. This is a verification step that does not apply changes to your resources.

    2. If everything looks correct, apply the changes:

      1. Run this command:

        terraform apply
        
      2. Confirm updating the resources.

      3. Wait for the operation to complete.

  1. Get an IAM token for API authentication and put it into an environment variable:

    export IAM_TOKEN="<IAM_token>"
    
  2. Create a file named body.json and paste the following code into it:

    {
      "updateMask": "maintenanceWindow",
      "maintenanceWindow": {
        "weeklyMaintenanceWindow": {
          "day": "<day_of_week>",
          "hour": "<sequence_number_of_hour_interval>"
        }
      }
    }
    

    Where:

    • updateMask: Comma-separated string of settings to update.

      Here, we provide only one setting.

    • maintenanceWindow: Maintenance window settings, applying to both running and stopped clusters. Provide one of these two properties:

      • anytime: Maintenance takes place at any time.

      • weeklyMaintenanceWindow: Maintenance takes place once a week at the specified time:

        • day: Day of week, i.e., MON, TUE, WED, THU, FRI, SAT, or SUN.

        • hour: UTC hour interval, from 1 to 24.

          For example, 1 stands for the interval from 00:00 to 01:00, and 5, from 04:00 to 05:00.

  3. Call the Cluster.Update method, e.g., via the following cURL request:

    curl \
      --request PATCH \
      --header "Authorization: Bearer $IAM_TOKEN" \
      --url 'https://trino.api.cloud.yandex.net/managed-trino/v1/clusters/<cluster_ID>'
      --data '@body.json'
    

    You can get the cluster ID with the list of clusters in the folder.

  4. Check the server response to make sure your request was successful.

  1. Get an IAM token for API authentication and put it into an environment variable:

    export IAM_TOKEN="<IAM_token>"
    
  2. Clone the cloudapi repository:

    cd ~/ && git clone --depth=1 https://github.com/yandex-cloud/cloudapi
    

    Below, we assume that the repository contents reside in the ~/cloudapi/ directory.

  3. Create a file named body.json and paste the following code into it:

    {
      "cluster_id": "<cluster_ID>",
      "update_mask": {
        "paths": ["maintenance_window"]
      },
      "maintenance_window": {
        "weekly_maintenance_window": {
          "day": "<day_of_week>",
          "hour": "<sequence_number_of_hour_interval>"
        }
      }
    }
    

    Where:

    • cluster_id: Cluster ID.

      You can get the cluster ID with the list of clusters in the folder.

    • update_mask: List of settings to update as an array of strings (paths[]).

      Here, we provide only one setting.

    • maintenance_window: Maintenance window settings (including for disabled clusters). Provide one of these two properties:

      • anytime: Maintenance takes place at any time.

      • weekly_maintenance_window: Maintenance takes place once a week at the specified time:

        • day: Day of week, i.e., MON, TUE, WED, THU, FRI, SAT, or SUN.

        • hour: UTC hour interval, from 1 to 24.

          For example, 1 stands for the interval from 00:00 to 01:00, and 5, from 04:00 to 05:00.

  4. Call the ClusterService.Update method, e.g., via the following gRPCurl request:

    grpcurl \
      -format json \
      -import-path ~/cloudapi/ \
      -import-path ~/cloudapi/third_party/googleapis/ \
      -proto ~/cloudapi/yandex/cloud/trino/v1/cluster_service.proto \
      -rpc-header "Authorization: Bearer $IAM_TOKEN" \
      -d @ \
      trino.api.cloud.yandex.net:443 \
      yandex.cloud.trino.v1.ClusterService.Update \
      < body.json
    
  5. Check the server response to make sure your request was successful.

Was the article helpful?

Previous
Managing cluster access
Next
Managing resource groups
© 2026 Direct Cursus Technology L.L.C.