Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Perform record operations using ServiceNow CLI

Create, read, update, delete, and query records in your instance using the ServiceNow CLI command-line tool.

Note: To perform record operations, install the CLI Metadata application from the ServiceNow Store on the instance you want to connect to.

  • Create a record
    Inserts a single record in a specified table.
  • Delete a record
    Deletes the specified record from the specified table.
  • Get a record
    Retrieves a single record based on the specified sys_id from the specified table.
  • Query records
    Retrieves multiple records from a specified table.
  • Update a record
    Updates the specified record with the given data attributes.

Parent Topic:ServiceNow CLI