Skip to content

Delete Crawler

glue_delete_crawler R Documentation

Removes a specified crawler from the Glue Data Catalog, unless the crawler state is RUNNING

Description

Removes a specified crawler from the Glue Data Catalog, unless the crawler state is RUNNING.

Usage

glue_delete_crawler(Name)

Arguments

Name

[required] The name of the crawler to remove.

Value

An empty list.

Request syntax

svc$delete_crawler(
  Name = "string"
)