diff --git a/dashboards/jumpstart/Jumpstart.json b/dashboards/jumpstart/Jumpstart.json
deleted file mode 100644
index be150180fe..0000000000
--- a/dashboards/jumpstart/Jumpstart.json
+++ /dev/null
@@ -1,208 +0,0 @@
-{
- "name": "Partner I/O quickstart",
- "description": "",
- "pages": [
- {
- "name": "Jumpstart",
- "description": null,
- "widgets": [
- {
- "visualization": {
- "id": "viz.markdown"
- },
- "layout": {
- "column": 1,
- "row": 1,
- "height": 3,
- "width": 3
- },
- "title": "",
- "rawConfiguration": {
- "text": "\n ![NR Logo](https://ravennaareachamber.com/wp-content/uploads/2017/03/your-company-lsiting.png)"
- },
- "linkedEntityGuids": null
- },
- {
- "visualization": {
- "id": "viz.markdown"
- },
- "layout": {
- "column": 4,
- "row": 1,
- "height": 1,
- "width": 2
- },
- "title": "",
- "rawConfiguration": {
- "text": "# Here are some example widgets to get you started!"
- },
- "linkedEntityGuids": null
- },
- {
- "visualization": {
- "id": "viz.pie"
- },
- "layout": {
- "column": 6,
- "row": 1,
- "height": 3,
- "width": 3
- },
- "title": "Example Pie Chart",
- "rawConfiguration": {
- "facet": {
- "showOtherSeries": true
- },
- "nrqlQueries": [
- {
- "accountId": 0,
- "query": "FROM Public_APICall select count(*) facet http.url since 1 hour ago"
- }
- ]
- },
- "linkedEntityGuids": null
- },
- {
- "visualization": {
- "id": "viz.table"
- },
- "layout": {
- "column": 9,
- "row": 1,
- "height": 5,
- "width": 4
- },
- "title": "Example Table",
- "rawConfiguration": {
- "dataFormatters": [],
- "facet": {
- "showOtherSeries": false
- },
- "nrqlQueries": [
- {
- "accountId": 0,
- "query": "SELECT api,http.method,duration,http.url FROM Public_APICall WHERE duration >1.5 SINCE 1 day ago "
- }
- ]
- },
- "linkedEntityGuids": null
- },
- {
- "visualization": {
- "id": "viz.billboard"
- },
- "layout": {
- "column": 4,
- "row": 2,
- "height": 2,
- "width": 2
- },
- "title": "Example Billboard chart",
- "rawConfiguration": {
- "dataFormatters": [],
- "nrqlQueries": [
- {
- "accountId": 0,
- "query": "SELECT count(*) FROM Public_APICall facet api since 30 minutes ago WHERE api ='newrelic.com' "
- }
- ],
- "thresholds": []
- },
- "linkedEntityGuids": null
- },
- {
- "visualization": {
- "id": "viz.markdown"
- },
- "layout": {
- "column": 1,
- "row": 4,
- "height": 5,
- "width": 5
- },
- "title": "",
- "rawConfiguration": {
- "text": "# Steps to Create your own I/O Quickstart:\n\n**1** - Integrate your data with New Relic\n\n**2** - Fork / Clone the [Repo](https://github.com/newrelic/newrelic-quickstarts) to your local machine\n\n**3** - Copy the '_Template' folder into the quickstarts folder, and name it\n\n**4** - Create a dashboard from your data integration with your NR Account in [NR1](https://one.newrelic.com/)\n\n**5** - Import your dashboard to your cloned GIT repo by copying JSON of the dashboard you created into the .JSON file in the Dashboards folder from your recently created quickstart folder\n\n**6** - Update your Repo with a dashboard screenshot, make any required updates in the config.yml file (name, description, etc.), and update the logo file to the logo/icon you want for your quickstart\n\n**7** - Merge your changes to your cloned GIT repo, and create a pull request to the parent Repo"
- },
- "linkedEntityGuids": null
- },
- {
- "visualization": {
- "id": "viz.bar"
- },
- "layout": {
- "column": 6,
- "row": 4,
- "height": 5,
- "width": 3
- },
- "title": "Example Bar Chart",
- "rawConfiguration": {
- "facet": {
- "showOtherSeries": false
- },
- "nrqlQueries": [
- {
- "accountId": 0,
- "query": "FROM Public_APICall select average(duration) facet api SINCE 1 day ago"
- }
- ]
- },
- "linkedEntityGuids": null
- },
- {
- "visualization": {
- "id": "viz.line"
- },
- "layout": {
- "column": 9,
- "row": 6,
- "height": 3,
- "width": 4
- },
- "title": "Example Timeseries Chart",
- "rawConfiguration": {
- "facet": {
- "showOtherSeries": false
- },
- "legend": {
- "enabled": true
- },
- "nrqlQueries": [
- {
- "accountId": 0,
- "query": "FROM Public_APICall SELECT percentile(duration, 50) FACET http.url TIMESERIES "
- }
- ],
- "yAxisLeft": {
- "zero": true
- }
- },
- "linkedEntityGuids": null
- }
- ]
- },
- {
- "name": "Resources",
- "description": null,
- "widgets": [
- {
- "visualization": {
- "id": "viz.markdown"
- },
- "layout": {
- "column": 1,
- "row": 1,
- "height": 3,
- "width": 4
- },
- "title": "",
- "rawConfiguration": {
- "text": "## Welcome to I|O quickstart!\n\nGet Started with these helpful links\n* [I/O Overview](https://docs.newrelic.com/docs/using-new-relic/welcome-new-relic/get-started/new-relic-quickstarts-overview/)\n* [Quickstart Repo](https://github.com/newrelic/newrelic-quickstarts)\n* [I/O quickstart Catalog](https://developer.newrelic.com/instant-observability/)\n* [API Wiki](https://developer.newrelic.com/try-our-apis/)\n* [I/O Blogpost](https://newrelic.com/blog/nerdlog/instant-observability-quickstarts)\n* [I/O How to Install your first quickstart Video](https://youtu.be/sFt1Tx5qPRU)\n"
- },
- "linkedEntityGuids": null
- }
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/dashboards/jumpstart/Jumpstart01.png b/dashboards/jumpstart/Jumpstart01.png
deleted file mode 100644
index 12e30ca47c..0000000000
Binary files a/dashboards/jumpstart/Jumpstart01.png and /dev/null differ
diff --git a/data-sources/jumpstart/config.yml b/data-sources/jumpstart/config.yml
deleted file mode 100644
index 5597126221..0000000000
--- a/data-sources/jumpstart/config.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-id: jumpstart
-displayName: Jumpstart
-description: |
- The Jumpstart quickstart is a quick and easy way to see how to get started building a quickstart for partner companies.
-install:
- primary:
- link:
- url: https://developer.newrelic.com/contribute-to-quickstarts
-icon: logo.svg
diff --git a/data-sources/jumpstart/logo.svg b/data-sources/jumpstart/logo.svg
deleted file mode 100644
index ea60419c6b..0000000000
--- a/data-sources/jumpstart/logo.svg
+++ /dev/null
@@ -1,13 +0,0 @@
-
diff --git a/install/third-party/jumpstart/install.yml b/install/third-party/jumpstart/install.yml
deleted file mode 100644
index a64cc9eb31..0000000000
--- a/install/third-party/jumpstart/install.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-id: third-party-jumpstart
-name: Jumpstart
-title: Jumpstart
-description: |
- The Jumpstart quickstart is a quick and easy way to see how to get started building a quickstart for partner companies.
-target:
- type: integration
- destination: cloud
-
-install:
- mode: link
- destination:
- url: https://docs.newrelic.com/docs/using-new-relic/welcome-new-relic/get-started/new-relic-quickstarts-overview/
\ No newline at end of file
diff --git a/quickstarts/jumpstart/config.yml b/quickstarts/jumpstart/config.yml
deleted file mode 100644
index de9642a487..0000000000
--- a/quickstarts/jumpstart/config.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-id: fbca935b-5a3e-41d7-b708-c24d90fcd820
-slug: jumpstart-quickstart
-title: Jumpstart quickstart tool
-description: |
- The Jumpstart quickstart is a tool that has everything you need to help you get started building your own quickstart. It has some basic steps to follow to get started, some sample dashboards and queries, as well as a list of resources to help you build your own quickstart faster!
-summary: |
- A sample quickstart to help you get started building your own quickstart for New Relic I/O.
-level: Community
-authors:
- - New Relic
-keywords:
- - jumpstart
- - quickstart
- - intro
-installPlans:
- - third-party-jumpstart
-dataSourceIds:
- - jumpstart
-documentation:
- - name: Guide to build a quickstart
- url: https://developer.newrelic.com/contribute-to-quickstarts/build-a-quickstart/
- description: Detailed instructions how to contribute a quickstart to New Relic I/O.
-icon: logo.svg
-website: https://www.newrelic.com
-dashboards:
- - jumpstart
diff --git a/quickstarts/jumpstart/logo.svg b/quickstarts/jumpstart/logo.svg
deleted file mode 100644
index ea60419c6b..0000000000
--- a/quickstarts/jumpstart/logo.svg
+++ /dev/null
@@ -1,13 +0,0 @@
-